projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad0d553
)
* lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix typo.
author
Andrea Corallo
<akrl@sdf.org>
Thu, 7 Jan 2021 22:10:18 +0000
(23:10 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Thu, 7 Jan 2021 22:10:18 +0000
(23:10 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 88b6a4690dff76d9bde1447a766f3956d2ad5707..d1953b59f041be11717fc34b3358d57161004ad2 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-410,7
+410,7
@@
Useful to hook into pass checkers.")
(radians-to-degrees (function (number) float))
(rassoc (function (t list) list))
(rassq (function (t list) list))
- (read-from-string (function (string &ptional integer integer) cons))
+ (read-from-string (function (string &
o
ptional integer integer) cons))
(recent-keys (function (&optional (or cons null)) vector))
(recursion-depth (function () integer))
(regexp-opt (function (list) string))